home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / DOS2UNIX.H < prev    next >
C/C++ Source or Header  |  1993-04-12  |  1KB  |  43 lines

  1. #ifndef DOS2UNIX_H
  2. #define DOS2UNIX_H
  3.  
  4. /*--------------------------------------------------------------------*/
  5. /*      d o s 2 u n i x . h                                           */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. /*--------------------------------------------------------------------*/
  9. /*    Changes Copyright (c) 1989-1993 by Kendra Electronic            */
  10. /*    Wonderworks.                                                    */
  11. /*                                                                    */
  12. /*    All rights reserved except those explicitly granted by the      */
  13. /*    UUPC/extended license agreement.                                */
  14. /*--------------------------------------------------------------------*/
  15.  
  16. /*--------------------------------------------------------------------*/
  17. /*                          RCS Information                           */
  18. /*--------------------------------------------------------------------*/
  19.  
  20. /*
  21.  *    $Id: DOS2UNIX.H 1.2 1993/04/13 02:27:59 dmwatt Exp $
  22.  *
  23.  *    Revision history:
  24.  *    $Log: DOS2UNIX.H $
  25.  * Revision 1.2  1993/04/13  02:27:59  dmwatt
  26.  * Windows/NT updates
  27.  *
  28.  * Revision 1.1  1993/04/05  04:38:55  ahd
  29.  * Initial revision
  30.  *
  31.  */
  32.  
  33. #include "uundir.h"
  34.  
  35. time_t dos2unix( const FDATE ddmmyy,
  36.                  const FTIME ssmmhh );
  37.  
  38. #ifdef WIN32
  39. time_t nt2unix( FILETIME *nsec );
  40. #endif
  41.  
  42. #endif
  43.